home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Develop / develop Issue 27 / develop Issue 27 code / Internet Config Assistant / InternetAssistantPrefix.h < prev   
Encoding:
C/C++ Source or Header  |  1996-06-30  |  76 b   |  9 lines  |  [TEXT/CWIE]

  1.  
  2. #define NDEBUG
  3.  
  4. #ifdef NDEBUG
  5. #define DEBUG 0
  6. #else
  7. #define DEBUG 1
  8. #endif
  9.